X-Git-Url: https://git.r.bdr.sh/rbdr/super-polarity/blobdiff_plain/b587e9d8e0cc5eb1edf972fd3b644704441e5289..d0950076b4ac797578bc4286a9f631196b4c00c7:/Super%20Polarity/Actors/MainShip.cs diff --git a/Super Polarity/Actors/MainShip.cs b/Super Polarity/Actors/MainShip.cs index 9f28c80..bf4f3bb 100644 --- a/Super Polarity/Actors/MainShip.cs +++ b/Super Polarity/Actors/MainShip.cs @@ -40,8 +40,8 @@ namespace SuperPolarity { base.Initialize(texture, position); - MainShip.BlueColor = new Color(0, 184, 229); - MainShip.RedColor = new Color(201, 0, 68); + MainShip.BlueColor = new Color(211, 230, 234); + MainShip.RedColor = new Color(235, 160, 185); PolarityChange = game.Content.Load("Sound\\polaritychange"); ShootSound = game.Content.Load("Sound\\bullet");